Crate ockam_executor

source ·
Expand description

This crate provides an implementation of an async executor for no_std environments and is intended for use by crates that provide features and add-ons to the main [Ockam][main-ockam-crate-link] library.

The [ockam-node][ockam-node-crate-link] crate re-exports types defined in this crate when the "std" feature is disabled.

Modules§